home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLADDRESS / TFORMHTMLADDRESS.txt
Encoding:
Text File  |  1997-12-06  |  3.2 KB  |  154 lines

  1. object FormHTMLAddress: TFormHTMLAddress
  2.   Left = 221
  3.   Top = 126
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Address'
  7.   ClientHeight = 170
  8.   ClientWidth = 338
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PanelBottom: TPanel
  19.     Left = 0
  20.     Top = 117
  21.     Width = 338
  22.     Height = 53
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Bevel: TBevel
  27.       Left = 0
  28.       Top = 0
  29.       Width = 338
  30.       Height = 6
  31.       Align = alTop
  32.       Shape = bsTopLine
  33.     end
  34.     object ButtonInsert: TButton
  35.       Left = 4
  36.       Top = 8
  37.       Width = 77
  38.       Height = 25
  39.       Hint = 'Use the HTML tag'
  40.       Caption = '&OK'
  41.       ParentShowHint = False
  42.       ShowHint = True
  43.       TabOrder = 0
  44.       OnClick = ButtonInsertClick
  45.     end
  46.     object ButtonCancel: TButton
  47.       Left = 88
  48.       Top = 8
  49.       Width = 77
  50.       Height = 25
  51.       Cancel = True
  52.       Caption = '&Cancel'
  53.       ParentShowHint = False
  54.       ShowHint = False
  55.       TabOrder = 1
  56.       OnClick = ButtonCancelClick
  57.     end
  58.     object ButtonHelp: TButton
  59.       Left = 256
  60.       Top = 8
  61.       Width = 77
  62.       Height = 25
  63.       Caption = '&Help'
  64.       ParentShowHint = False
  65.       ShowHint = False
  66.       TabOrder = 3
  67.       OnClick = ButtonHelpClick
  68.     end
  69.     object ButtonClearAll: TButton
  70.       Left = 172
  71.       Top = 8
  72.       Width = 77
  73.       Height = 25
  74.       Hint = 'Clear and reset all attributes to defaults'
  75.       Caption = 'Clear &All'
  76.       ParentShowHint = False
  77.       ShowHint = True
  78.       TabOrder = 2
  79.       OnClick = ButtonClearAllClick
  80.     end
  81.     object PanelSaveReuseLevel: TPanel
  82.       Left = 4
  83.       Top = 40
  84.       Width = 329
  85.       Height = 9
  86.       BevelOuter = bvLowered
  87.       Caption = ' '
  88.       ParentShowHint = False
  89.       ShowHint = True
  90.       TabOrder = 4
  91.       OnDblClick = PanelSaveReuseLevelDblClick
  92.       OnMouseMove = PanelSaveReuseLevelMouseMove
  93.     end
  94.   end
  95.   object EditHTMLTag: TEdit
  96.     Left = 4
  97.     Top = 0
  98.     Width = 221
  99.     Height = 21
  100.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  101.     TabStop = False
  102.     AutoSize = False
  103.     ParentColor = True
  104.     ParentShowHint = False
  105.     ReadOnly = True
  106.     ShowHint = True
  107.     TabOrder = 1
  108.     Text = 'EditHTMLTag'
  109.     OnChange = EditHTMLTagChange
  110.   end
  111.   object GroupBoxAlign: TGroupBox
  112.     Left = 124
  113.     Top = 28
  114.     Width = 95
  115.     Height = 82
  116.     Caption = 'ALIGN'
  117.     TabOrder = 2
  118.     object ListBoxALIGN: TListBox
  119.       Left = 2
  120.       Top = 15
  121.       Width = 91
  122.       Height = 43
  123.       Align = alClient
  124.       ExtendedSelect = False
  125.       ItemHeight = 13
  126.       Items.Strings = (
  127.         '0'
  128.         'left'
  129.         'center'
  130.         'right')
  131.       ParentShowHint = False
  132.       ShowHint = False
  133.       TabOrder = 0
  134.       OnClick = ListBoxALIGNClick
  135.     end
  136.     object PanelALIGN: TPanel
  137.       Left = 2
  138.       Top = 58
  139.       Width = 91
  140.       Height = 22
  141.       Hint = 'ALIGN attribute'
  142.       Align = alBottom
  143.       Alignment = taLeftJustify
  144.       BevelOuter = bvNone
  145.       BorderStyle = bsSingle
  146.       Caption = 'PanelALIGN'
  147.       ParentShowHint = False
  148.       ShowHint = True
  149.       TabOrder = 1
  150.       OnClick = PanelALIGNClick
  151.     end
  152.   end
  153. end
  154.